home *** CD-ROM | disk | FTP | other *** search
- object QualityCheck: TQualityCheck
- Left = 115
- Top = 221
- BorderStyle = bsDialog
- Caption = 'Quality Check'
- ClientHeight = 361
- ClientWidth = 628
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- OldCreateOrder = True
- Position = poScreenCenter
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 8
- Width = 32
- Height = 13
- Caption = 'Label1'
- end
- object Label2: TLabel
- Left = 8
- Top = 32
- Width = 32
- Height = 13
- Caption = 'Label2'
- end
- object Button1: TButton
- Left = 544
- Top = 328
- Width = 75
- Height = 25
- Cancel = True
- Caption = '&OK'
- Default = True
- TabOrder = 4
- OnClick = Button1Click
- end
- object ListView1: TListView
- Left = 8
- Top = 56
- Width = 529
- Height = 297
- Columns = <
- item
- Width = 150
- end>
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- HideSelection = False
- ReadOnly = True
- RowSelect = True
- ParentFont = False
- ParentShowHint = False
- ShowHint = False
- SortType = stText
- TabOrder = 0
- ViewStyle = vsReport
- OnChange = ListView1Change
- OnDblClick = ListView1DblClick
- end
- object Button3: TButton
- Left = 544
- Top = 264
- Width = 75
- Height = 25
- Caption = '&Check again'
- TabOrder = 2
- OnClick = Button3Click
- end
- object Button2: TButton
- Left = 544
- Top = 232
- Width = 75
- Height = 25
- Caption = '&Resolve'
- Default = True
- TabOrder = 1
- OnClick = ListView1DblClick
- end
- object Button4: TButton
- Left = 544
- Top = 296
- Width = 75
- Height = 25
- HelpContext = 501
- Caption = '&Help'
- TabOrder = 3
- OnClick = Button4Click
- end
- object OpenDialog1: TOpenDialog
- DefaultExt = 'txt'
- Filter = 'Text files|*.txt'
- Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist]
- Title = 'Find text file'
- Left = 320
- Top = 8
- end
- object OpenPictureDialog1: TOpenPictureDialog
- Filter =
- 'All (*.jpg;*.jpeg;*.gif;*.bmp;*.ico;*.emf;*.wmf)|*.jpg;*.jpeg;*.' +
- 'gif;*.bmp;*.ico;*.emf;*.wmf|JPEG Image File (*.jpg)|*.jpg|JPEG I' +
- 'mage File (*.jpeg)|*.jpeg|Graphics Interchange Format (*.gif)|*.' +
- 'gif|Bitmaps (*.bmp)|*.bmp|Icons (*.ico)|*.ico|Enhanced Metafiles' +
- ' (*.emf)|*.emf|Metafiles (*.wmf)|*.wmf'
- Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist]
- Title = 'Find image file'
- Left = 408
- Top = 8
- end
- end
-